empty show non python

21

# Correct:
if not seq:
if seq:

# Wrong:
if len(seq):
if not len(seq):

Comments

Submit
0 Comments